home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / byacc 1.8.2 / test / Makefile < prev   
Encoding:
Makefile  |  1993-02-04  |  170 b   |  6 lines  |  [TEXT/R*ch]

  1. all_tests:
  2.     -../$(PROGRAM) -dv -b error error.y
  3.     -../$(PROGRAM) -dv -b ftp -p ftp ftp.y
  4.     -../$(PROGRAM) -P -dv -b calc calc.y
  5.     -../$(PROGRAM) -P -dv -b getdate getdate.y
  6.